Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / OMathMatrixRowCollection Class / Add Method / Add(String[]) Method
The row cells text array.

In This Topic
    Add(String[]) Method
    In This Topic
    Adds a new OMathMatrixRow to the collection at the InsertLocation.End location.
    Syntax
    'Declaration
     
    Public Overloads Function Add( _
       ByVal cellsText() As System.String _
    ) As OMathMatrixRow
    public OMathMatrixRow Add( 
       System.string[] cellsText
    )

    Parameters

    cellsText
    The row cells text array.

    Return Value

    The added OMathMatrixRow.
    See Also